Feature: Crear un tag

Scenarios

Chart

Status

Progress

1

Passed

0.00%

Failed

0.00%
Total duration:
0m 20.362s

Scenario: Como administrador de la aplicación Ghost realizo la creación de un tag

Before 0m 2.098s
Given I navigate to page "<URL_GHOST>" 0m 1.315s
And I wait for 2 seconds 0m 2.768s
When I enter email "<EMAIL>" 0m 0.830s
When I enter password "<PASSWORD>" 0m 0.835s
And I click Sign in 0m 1.029s
And I wait for 3 seconds 0m 3.820s
And I clic tag 0m 0.865s
And I clic new tag 0m 0.835s
And I enter tag name "$name_1" 0m 0.830s
And I open Twitter card 0m 0.854s
And I enter Twitter title top length 0m 2.635s
And I clic save tag 0m 0.844s
Then I validate bug alert "Validation error, cannot save tag. Validation failed for twitter_title." 0m 0.798s + Show Error
AssertionError
    + expected - actual

    -Critical security update available — please update Ghost as soon as possible. Details here.
     Validation error, cannot save tag. Validation failed for twitter_title.

    at KrakenWorld.<anonymous> (/Users/alexandercontreras/Documents/MISO_maestria_uniandes/ciclo_202215/Pruebas_automatizadas_de_software/git_projects/MISO4104_202215_Equipo_White/Semana8/Kraken_datapool/features/web/step_definitions/tags_steps.js:122:30)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
After 0m 0.006s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "<URL_GHOST>"
And I wait for 2 seconds
When I enter email "<EMAIL>"
When I enter password "<PASSWORD>"
And I click Sign in
And I wait for 3 seconds
And I clic tag
And I clic new tag
And I enter tag name "$name_1"
And I open Twitter card
And I enter Twitter title top length
And I clic save tag
Then I validate bug alert "Validation error, cannot save tag. Validation failed for twitter_title."
After
NO IMAGE AVAILABLE